This patch fixes two problems with sending and receiving of (arrays of)
authorEwan Mellor <ewan@xensource.com>
Fri, 9 Mar 2007 16:04:19 +0000 (16:04 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 9 Mar 2007 16:04:19 +0000 (16:04 +0000)
commit2f6d51b68b24e6e4c7799bc7abf594790bdc8833
tree54c05fbf9fd45d01b5bfc151c91b3f0a168b74bf
parent95ce7ffd2dd2ecbe6ce6c5ee3f987a22b52c3aa7
This patch fixes two problems with sending and receiving of (arrays of)
structures.

The first one allows to determine the size of a member when parsing a
'set'.
The cast in the second part fixes the address calculation when
serializing an array.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/libxen/src/xen_common.c